Click or drag to resize

AutodiscoverService Constructor (String, ICredentials)

Initializes a new instance of the AutodiscoverService class.

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public AutodiscoverService(
	string url,
	ICredentials credentials
)

Parameters

url
Type: SystemString
The URL.
credentials
Type: System.NetICredentials
The credentials.
See Also